﻿2026-09-07T07:53:59.6083083Z ##[group]Run actions/checkout@v5
2026-09-07T07:53:59.6083876Z with:
2026-09-07T07:53:59.6084299Z   repository: BigscreenVR/spt-bs-core
2026-09-07T07:53:59.6087418Z   token: ***
2026-09-07T07:53:59.6087807Z   ssh-strict: true
2026-09-07T07:53:59.6088202Z   ssh-user: git
2026-09-07T07:53:59.6088603Z   persist-credentials: true
2026-09-07T07:53:59.6089170Z   clean: true
2026-09-07T07:53:59.6089577Z   sparse-checkout-cone-mode: true
2026-09-07T07:53:59.6090031Z   fetch-depth: 1
2026-09-07T07:53:59.6090412Z   fetch-tags: false
2026-09-07T07:53:59.6090807Z   show-progress: true
2026-09-07T07:53:59.6091214Z   lfs: false
2026-09-07T07:53:59.6091580Z   submodules: false
2026-09-07T07:53:59.6091994Z   set-safe-directory: true
2026-09-07T07:53:59.6092430Z   allow-unsafe-pr-checkout: false
2026-09-07T07:53:59.6093095Z ##[endgroup]
2026-09-07T07:53:59.6890300Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-07T07:53:59.6892325Z ##[group]Getting Git version info
2026-09-07T07:53:59.6893228Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-07T07:53:59.6894568Z [command]/usr/bin/git version
2026-09-07T07:53:59.6895150Z git version 2.43.0
2026-09-07T07:53:59.6901049Z ##[endgroup]
2026-09-07T07:53:59.6909286Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f0c4812b-4754-4b5e-85c1-b0a487fd50ad/.gitconfig'
2026-09-07T07:53:59.6916479Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f0c4812b-4754-4b5e-85c1-b0a487fd50ad' before making global git config changes
2026-09-07T07:53:59.6917733Z Adding repository directory to the temporary git global config as a safe directory
2026-09-07T07:53:59.6919117Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-07T07:53:59.6952615Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-07T07:53:59.6971523Z https://github.com/BigscreenVR/spt-bs-core
2026-09-07T07:53:59.6981752Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-07T07:53:59.6984189Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-07T07:53:59.7001307Z HEAD
2026-09-07T07:53:59.7035940Z ##[endgroup]
2026-09-07T07:53:59.7037199Z [command]/usr/bin/git submodule status
2026-09-07T07:53:59.7227779Z ##[group]Cleaning the repository
2026-09-07T07:53:59.7230643Z [command]/usr/bin/git clean -ffdx
2026-09-07T07:54:00.3995493Z Removing target/
2026-09-07T07:54:00.4004660Z [command]/usr/bin/git reset --hard HEAD
2026-09-07T07:54:00.4081944Z HEAD is now at ba74b798a Merge e3bd53d4411d1964f70a11f048ad83bc98ac5d5f into ff4b405dd368d216ba747666906d28ed1b1d5835
2026-09-07T07:54:00.4088601Z ##[endgroup]
2026-09-07T07:54:00.4090805Z ##[group]Disabling automatic garbage collection
2026-09-07T07:54:00.4093558Z [command]/usr/bin/git config --local gc.auto 0
2026-09-07T07:54:00.4119728Z ##[endgroup]
2026-09-07T07:54:00.4121074Z ##[group]Setting up auth
2026-09-07T07:54:00.4125662Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-07T07:54:00.4152151Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-07T07:54:00.4344643Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-07T07:54:00.4371357Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-07T07:54:00.4555747Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-07T07:54:00.4583221Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-07T07:54:00.4775222Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-07T07:54:00.4807276Z ##[endgroup]
2026-09-07T07:54:00.4809513Z ##[group]Fetching the repository
2026-09-07T07:54:00.4814699Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c:refs/remotes/pull/199/merge
2026-09-07T07:54:00.9240912Z ##[endgroup]
2026-09-07T07:54:00.9242702Z ##[group]Determining the checkout info
2026-09-07T07:54:00.9244915Z ##[endgroup]
2026-09-07T07:54:00.9245917Z [command]/usr/bin/git sparse-checkout disable
2026-09-07T07:54:00.9282404Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-07T07:54:00.9306233Z ##[group]Checking out the ref
2026-09-07T07:54:00.9308074Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/199/merge
2026-09-07T07:54:00.9372528Z HEAD is now at ba74b798a Merge e3bd53d4411d1964f70a11f048ad83bc98ac5d5f into ff4b405dd368d216ba747666906d28ed1b1d5835
2026-09-07T07:54:00.9378154Z ##[endgroup]
2026-09-07T07:54:00.9416432Z [command]/usr/bin/git log -1 --format=%H
2026-09-07T07:54:00.9444182Z ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c
